Release 10.1A: OpenEdge Deployment:
Managing 4GL Applications
PROLIB command examples
This section provides several PROLIB command examples.
The following example creates a standard library called
app.plin your current directory:
The following example adds all the r-code files in the current directory that begin with the letters sys to the standard library
app.pl. In this example, the r-code files are in a directory, so the operating system processes the wild card argument:
The following example deletes all r-code files ending with the letters dev from the standard library
app.pland lists all of the files in the library. In this example, the r-code files are in theapp.pllibrary, so PROLIB processes the wild card argument. This requires escaping the*dev.rargument. On UNIX, this means placing quotes around it. Your operating system might use different techniques to escape wild cards:
The following example replaces the files
appmenu.randapprept.rin the standard libraryapp.pl, then compresses the library to free up unused disk space:
The following example creates a standard library called
app.plin your current directory, adds all the r-code files in the current directory that begin with the letters sys to the libraryapp.pl, and generates a memory-mapped library calledapp_map.pl:
|
Copyright © 2005 Progress Software Corporation www.progress.com Voice: (781) 280-4000 Fax: (781) 280-4095 |